home *** CD-ROM | disk | FTP | other *** search
-
- > >I bet it's that .AU files are 16-bit sound files, and the PC speaker driver
- > >(if you have it installed at all, which you may not) only supports 8-bit
- > >sound. I have a program called WHAM (Waveform Hold and Modify, if I am not
- > >mistaken) that I picked up off of one of the standard PC FTP sites... it
- > >will convert them to 8-bit sounds and play them. (Not automatically,
- > >though; I double-click on the audio link in Mosaic, WHAM loads up with the
- > >.AU file loaded in, and then I have to select "Convert to 8-bit".)
-
- "SUN" .au files are 8 bit, 8000 hz, u-law files.
-
- >From the documentation of sox:
-
- .au SUN Microsystems AU files. There are apparently
- many types of .au files; DEC has invented its
- own with a different magic number and word
- order. The .au handler can read these files but
- will not write them. Some .au files have valid
- AU headers and some do not. The latter are
- probably original SUN u-law 8000 hz samples.
- These can be dealt with using the .ul format
- (see below).
-
- .ub, .sb, .uw, .sw, .ul
- These are several suffices which serve as a
- shorthand for raw files with a given size and
- style. Thus, ub, sb, uw, sw, and ul correspond
- to "unsigned byte", "signed byte", "unsigned
- word", "signed word", and "ulaw" (byte). The
- sample rate defaults to 8000 hz if not explic-
- itly set, and the number of channels (as always)
- defaults to 1. There are lots of Sparc samples
- floating around in u-law format with no header
- and fixed at a sample rate of 8000 hz. (Certain
- sound management software cheerfully ignores the
- headers.) Similarly, most Mac sound files are
- in unsigned byte format with a sample rate of
- 11025 or 22050 hz.
-
- Greetings
- .//. Arne
-
- --
- Arne Steinkamm | Smart: arne@oldman.regent.e-technik.tu-muenchen.de
- Tel.: +49.89.299.756 | IRC: Arne
- Robert-Koch-Str. 4 |\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
- D-80538 Muenchen |///////////////////////////////////////////////////
- From MarkW@ms70.nuwes.sea06.navy.mil Thu Feb 24 23:33:00 1994
- Received: from m65sun.nuwes.sea06.navy.mil by SunSITE.Unc.EDU (5.65c+IDA/FvK-1.07) with SMTP
- id AA28218; Fri, 25 Feb 1994 10:47:57 -0500
- Received: from ms70.nuwes.sea06.navy.mil ([140.178.70.3]) by m65sun.nuwes.sea06.navy.mil with SMTP id AA13143
- (5.65c/IDA-1.4.4 for winsock@SunSITE.Unc.EDU); Fri, 25 Feb 1994 07:46:52 -0800
- Received: by ms70.nuwes.sea06.navy.mil with Microsoft Mail
- id <2D6E1BFE@ms70.nuwes.sea06.navy.mil>; Fri, 25 Feb 94 07:40:46 PST
- From: West Mark 5741 <MarkW@ms70.nuwes.sea06.navy.mil>
- To: winsock <winsock@sunsite.unc.edu>
- Subject: RE: Winsock API Ques--Dotted IP address from socket?
- Date: Fri, 25 Feb 94 07:33:00 PST
- Message-Id: <2D6E1BFE@ms70.nuwes.sea06.navy.mil>
- Encoding: 22 TEXT
- X-Mailer: Microsoft Mail V3.0
-
-
-
- I am trying to find out the dotted IP address of the machine to which a
- socket is connected. My program listens for connection attempts and accepts
- them, so I don't know the remote machine's address to begin with. I can
- call 'getpeername' and have it fill a sockaddr structure, but I don't know
- where to go from there. The sockaddr data structure consists of a family
- field and a 14 byte address array according to the winsock header file. I
- have tried calling 'inet_ntoa' with the address array to no avail.
- Any ideas?
-
- -Andy
- --
- (aoliver@jarthur.cs.hmc.edu)
- -------------------------------------------------------------------
-
- I think the data you are looking for is available from the datagram
- received. If you are getting datagrams from a TCP/IP connection then the
- header of each datagram will contain all kinds of usefull information. For a
- format try "Internetworking with TCP/IP Vol 1", Douglas Comer, 1991, pp. 92.
-
- Mark West
- From news@bigblue.oit.unc.edu Fri Feb 25 16:49:03 1994
- Received: from bigblue.oit.unc.edu by SunSITE.Unc.EDU (5.65c+IDA/FvK-1.07) with SMTP
- id AA20359; Fri, 25 Feb 1994 13:05:51 -0500
- Received: by bigblue.oit.unc.edu (AIX 3.2/UCB 5.64/4.03)
- id AA12421; Fri, 25 Feb 1994 12:13:20 -0500
- Received: from GATEWAY by bigblue with netnews
- for winsock@sunsite.unc.edu (winsock@sunsite.unc.edu)
- To: winsock@sunsite.unc.edu
- Date: Fri, 25 Feb 1994 16:49:03 GMT
- From: mchen@sol4.cse.psu.edu (Michael Chen)
- Message-Id: <MCHEN.94Feb25114904@sol4.cse.psu.edu>
- Sender: ses
- References: <2kg34f$gls@nellie.musc.edu>, <2kgkhp$1ht@mercury.mcs.com>
- Subject: Re: I'm ready to spend money - free and shareware WINSOCK not ok
-
- In article <2kk39a$79r@Mercury.mcs.com> karl@MCS.COM (Karl Denninger) writes:
-
- > Then again, TRUMPET WINSOCK internal SLIP claimed to support it but it
- > didn't work right (launch a client and it dials, but the client immediately
- > bitches about being unable to resolve a hostname and you have to start over
- > anyway).
- >
- >What did you do, forget to fill in the domain and name server slots in the
- >Setup option? Tsk tsk...
-
- Reading? What's that?
-
- I said that because that's what's happened to several people I know... they
- forgot to fill in the name server info, and got can't resolve messages when
- using full.address.names.
-
- I just launch TCP Manager first anyway, so the SLIP line's alive before
- any of the clients.
-
- Note that the client connects the <second> time. No, the problem is that
- the call to resolve the name is returning before the line comes up, and
- its coming back "no answer".
-
- Hmm... there's a script command called online to turn on the SLIP line
- before the dialer script is finished, so I do this at the end:
-
- online
- sleep 2 (to give it time to wake up just in case)
- exec wnqvtwsk
-
- This is true for at least Trumpet and WinQVT. I learned quickly to tell it
- to connect (opening it does the trick). On the other hand, you have to
- click "CONNECT" on the Chameleon stuff. Big deal. If you get knocked off
- you click the box again. No effect on your sessions as long as a keepalive
- doesn't nail you. In fact, if you do lose the line it'll come up and ask
- if you want to reconnect.
-
- >Not having Dial-on-demand sucks, IMHO.
- >
- >Maybe I'll hang on to my $25 for a while.
-
- Not me.
-
- Is the Chameleon WinSock any faster? Or is it just a matter of stability?
-
- --
- Michael Chen | From the depths of our most lucid horrors |
- | spring our fond hopes and pure desires... |
- mchen@cse.psu.edu | except what comes from HELL! :-) 7/23/92 |
- From news@bigblue.oit.unc.edu Fri Feb 25 13:05:53 1994
- Received: from bigblue.oit.unc.edu by SunSITE.Unc.EDU (5.65c+IDA/FvK-1.07) with SMTP
- id AA20368; Fri, 25 Feb 1994 13:05:53 -0500
- Received: by bigblue.oit.unc.edu (AIX 3.2/UCB 5.64/4.03)
- id AA12698; Fri, 25 Feb 1994 11:16:46 -0500
- Received: from GATEWAY by bigblue with netnews
- for winsock@sunsite.unc.edu (winsock@sunsite.unc.edu)
- To: winsock@sunsite.unc.edu
- Date: Fri, 25 Feb 1994 09:20:49
- From: mgaro@kuhub.cc.ukans.edu (Michael Garoutte)
- Message-Id: <mgaro.7.00095918@kuhub.cc.ukans.edu>
- Sender: ses
- References: <1994Feb17.063544.12724@dcc.uchile.cl>, <Zorc.93.2D647997@olimp.irb.hr>
- Subject: Re: IRC for Winsock?
-
- In article <2kjfkq$272@cat.cis.Brown.EDU> atropos@netlab.cis.brown.edu (David B. O'Donnell) writes:
- >Subject: Re: IRC for Winsock?
- >From: atropos@netlab.cis.brown.edu (David B. O'Donnell)
- >Date: 25 Feb 1994 00:10:02 GMT
-
- >In article <peter.755.2D67F3DD@psychnet.psychol.utas.edu.au>, peter@psychnet.psychol.utas.edu.au (Peter R. Tattam) says:
- >>
- >>try ftp.utas.edu.au:/pc/trumpet/irc/*...
-
- >I checked on utas, as well as petros.psychol... no such file.
-
- Try the .../trumpwsk directory.
-
-
- --
- Michael Garoutte |SCCSIAMRNASNPWPPPPPP: Select Committee
- _Internet:_mgaro@kuhub.cc.ukans.edu_|to Conduct a Study and Investigation of
- All Matters Relating to the Need for Adequate Supplies of Newsprint, Printing
- and Wrapping Paper, Paper Products, Paper, Pulp, and Plywood--U.S.Congress
- From news@bigblue.oit.unc.edu Fri Feb 25 17:26:04 1994
- Received: from bigblue.oit.unc.edu by SunSITE.Unc.EDU (5.65c+IDA/FvK-1.07) with SMTP
- id AA08019; Fri, 25 Feb 1994 14:51:31 -0500
- Received: by bigblue.oit.unc.edu (AIX 3.2/UCB 5.64/4.03)
- id AA13361; Fri, 25 Feb 1994 13:03:34 -0500
- Received: from GATEWAY by bigblue with netnews
- for winsock@sunsite.unc.edu (winsock@sunsite.unc.edu)
- To: winsock@sunsite.unc.edu
- Date: Fri, 25 Feb 1994 17:26:04 GMT
- From: crywalt@vaxc.stevens-tech.edu (Christopher Rywalt)
- Message-Id: <crywalt.3.2D6E34AC@vaxc.stevens-tech.edu>
- Organization: Stevens Institute of Technology
- Sender: ses
- References: <9402231255.AA41189@deeper.farces.com>, <2kgkhp$1ht@Mercury.mcs.com>, <phayes.59.2D6BFED5@tamu.edu>
- Subject: Re: I'm tired of this thread and I'm gonna shoot my newsreader...this is not OK!
-
- In article <phayes.59.2D6BFED5@tamu.edu> phayes@tamu.edu (Pat Hayes) writes:
- >From: phayes@tamu.edu (Pat Hayes)
- >Subject: Re: I'm tired of this thread and I'm gonna shoot my newsreader...this is not OK!
- >Date: Thu, 24 Feb 1994 01:11:49 GMT
-
- >>>> Karl, please don't hold the silence too long, This sounds great!
- >>>> BTW, does this stack do Ethernet connections as well? We need both, and
- >>>> at a price like that, (that works) I can't wait to try it.
-
- >...
-
- >>>The software that comes with the book is NetManage's Chameleon Sampler v3.11
- >>>(including the WINSOCK.DLL, integrated SLIP and PPP, mail, ftp, and TELNET).
- >>>I'm not going to pull any punches. There are better e-mail clients and FTP
- >>>clients that are just as good. But the Chameleon WINSOCK.DLL is the best I've
-
- >...
-
- >>>
- >>>THERE IS A DOWNSIDE. READ WHAT FOLLOWS CLOSELY:
- >>>
- >>>The software included with the book works only with SLIP and PPP connections.
- >>>Direct Ethernet connections ARE NOT SUPPORTED. If you need Ethernet support,
- >>>NetManage's Chameleon (the full package) is the best I've seen.
-
- >...If I may interrupt...this commercial...
-
- >...with another one...
-
- >You can get Netmanage's Ethernet TCP/IP stack for free...sort of.
-
- >Anon FTP to their server <ftp.netmanage.com>
- ><<or possibly hit their gopher>> and get to the /winsock
- >directory. There you'll find four chamel*.zip files which
- >comprise the Netmanage TCP/IP suite. I don't know if the
- >stuff on the server has the SLIP and PPP implementation
- >or if its version 4.00 (which is a _tonne_ better than the
- >earlier version 3.11).
-
- >Below is a blurb that describes how you may use this
- >stuff for _180 DAYS_ free of charge...
-
-
- >So...try the stack free; before buying the book; before
- >buying a real TCP/IP suite.
-
-
- >I just want to say that I have no relationship whatsoever
- >with Netmanage, Inc or with NCD (from whom my NetManage stuff
- >came). I'm just a <mostly> satisfied customer.
-
-
- >===beginning of blurbette===
-
- >The .zip files in this directory correspond to the installation
- >diskettes and contain all the files normally located on the Chameleon
- >floppies.
-
- >TO INSTALL THE SOFTWARE: copy each .zip file onto a separate floppy.
- >Insert diskette #1 into drive A: type win a:setup (assuming you have
- >the installation flopy in the A drive). You will be prompted for all
- >the other relevant information (i.e. adapter type, IP address, subnet
- >mask, etc.). You can use Custom to configure some optional informa-
- >tion (i.e. default gateway, DNS server, etc.).
-
- > !!!!!!!! Important !!!!!!!!!!!!!!
-
- >During the installation you will be prompted for a serial number.
- >The valid serial number is DEMO_520180343880001, and the Key is 170C.
-
- >The included software is only valid for 180 days from February 23,
- >1994. So, some time in August you'll get a license violation mes-
- >sage, at which time you are supposed to run out and purchase a legal
- >copy (we will not object to purchases prior to the expiration day).
-
- >The winsock.dll provided in this release is compatible with the
- >Windows Sockets version 1.1 specification. If you find any problems,
- >please send your e-mail to winsock@netmanage.com. Actually, we want
- >to hear from you even if you don't have any problems.
-
- >===end of blurbette===
-
-
- >--
- >Pat Hayes, Meteorology, Texas A&M University *** whoop! ***
- >phayes@tamu.edu <<--email---U$Mail-->> TAMU,CS,TX,77843-3150
- >"we have tamed lightning and used it to teach sand to think"
-
-